Build Log
  

Rebuild started: Project: Maze Project, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\RSP00000839483616.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0700" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fp".\Debug/lesson1.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP  /D "_CRT_SECURE_NO_DEPRECATE"

".\stdafx.cpp"

".\Random.cpp"

".\MilkshapeModel.cpp"

".\Main.cpp"

".\Joystick.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\RSP00000839483616.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\TMP00000939483616.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\lesson1.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\lesson1.exe.embed.manifest.res" "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\TMP00000939483616.tmp""
Creating temporary file "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\RSP00000A39483616.rsp" with contents
[
/OUT:".\Debug/lesson1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\lesson1.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/lesson1.pdb" /SUBSYSTEM:WINDOWS /MACHINE:I386 sapi.lib dxguid.lib DxErr.lib dinput8.lib fmodex_vc.lib opengl32.lib glu32.lib glaux.lib odbc32.lib odbccp32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\Joystick.obj"

".\Debug\Main.obj"

".\Debug\MilkshapeModel.obj"

".\Debug\Random.obj"

".\Debug\stdafx.obj"

".\Debug\lesson1.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\RSP00000A39483616.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\RSP00000B39483616.rsp" with contents
[
/out:".\Debug\lesson1.exe.embed.manifest" /notify_update /manifest

".\Debug\lesson1.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\RSP00000B39483616.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\BAT00000C39483616.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\BAT00000C39483616.bat"""
Creating temporary file "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\TMP00000D39483616.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\lesson1.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\lesson1.exe.embed.manifest.res" "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\TMP00000D39483616.tmp""
Creating temporary file "c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\RSP00000E39483616.rsp" with contents
[
/OUT:".\Debug/lesson1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\lesson1.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/lesson1.pdb" /SUBSYSTEM:WINDOWS /MACHINE:I386 sapi.lib dxguid.lib DxErr.lib dinput8.lib fmodex_vc.lib opengl32.lib glu32.lib glaux.lib odbc32.lib odbccp32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\Joystick.obj"

".\Debug\Main.obj"

".\Debug\MilkshapeModel.obj"

".\Debug\Random.obj"

".\Debug\stdafx.obj"

".\Debug\lesson1.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\RSP00000E39483616.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
stdafx.cpp
Random.cpp
MilkshapeModel.cpp
c:\documents and settings\jason\desktop\fmod_driver\milkshapemodel.cpp(41) : warning C4154: deletion of an array expression; conversion to pointer supplied
Main.cpp
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(137) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(205) : warning C4244: 'argument' : conversion from 'int' to 'GLfloat', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(205) : warning C4244: 'argument' : conversion from 'int' to 'GLfloat', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(219) : warning C4244: 'argument' : conversion from 'int' to 'GLfloat', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(219) : warning C4244: 'argument' : conversion from 'int' to 'GLfloat', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(243) : warning C4244: 'argument' : conversion from 'int' to 'GLfloat', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(243) : warning C4244: 'argument' : conversion from 'int' to 'GLfloat', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(308) : warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(313) : warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(328) : warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\mazeapp.h(333) : warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\main.cpp(356) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\main.cpp(357) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\main.cpp(879) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\jason\desktop\fmod_driver\main.cpp(909) : warning C4018: '<' : signed/unsigned mismatch
Joystick.cpp
c:\documents and settings\jason\desktop\fmod_driver\joystick.cpp(166) : warning C4244: '=' : conversion from 'double' to 'LONG', possible loss of data
c:\documents and settings\jason\desktop\fmod_driver\joystick.cpp(167) : warning C4244: '=' : conversion from 'double' to 'LONG', possible loss of data
Generating Code...
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\Jason\Desktop\fmod_driver\Debug\BuildLog.htm"
Maze Project - 0 error(s), 18 warning(s)